const go/printer.unindent
21 uses
go/printer (current package)
nodes.go#L135: p.print(indent, "// "+filteredMsg, unindent, newline)
nodes.go#L303: p.print(unindent)
nodes.go#L316: p.print(unindent)
nodes.go#L393: p.print(unindent)
nodes.go#L642: p.print(unindent, formfeed)
nodes.go#L804: p.print(unindent)
nodes.go#L1008: p.print(unindent)
nodes.go#L1031: p.print(indent, unindent, mode)
nodes.go#L1165: p.print(unindent)
nodes.go#L1222: p.print(unindent)
nodes.go#L1364: p.print(unindent)
nodes.go#L1431: p.print(unindent)
nodes.go#L1462: p.print(unindent, formfeed, token.RBRACE)
nodes.go#L1768: p.print(unindent, formfeed)
printer.go#L36: unindent = whiteSpace('<')
printer.go#L414: case unindent:
printer.go#L419: if i+1 < len(p.wsbuf) && p.wsbuf[i+1] == unindent {
printer.go#L695: case indent, unindent:
printer.go#L825: case unindent:
printer.go#L838: if i+1 < n && p.wsbuf[i+1] == unindent {
printer.go#L844: p.wsbuf[i], p.wsbuf[i+1] = unindent, formfeed